home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / apple girl.swf / scripts / DefineButton2_560 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  112 b   |  8 lines

  1. on(release){
  2.    if(_parent.isLogin == 1)
  3.    {
  4.       prevFrame();
  5.       _parent.loadData("today");
  6.    }
  7. }
  8.